home *** CD-ROM | disk | FTP | other *** search
/ MacHack 2001 / MacHack 2001.toast / pc / Sessions / Traut / ZStrings / Source / MacOS / GraphicalTool / FinalPrefix.h < prev    next >
Encoding:
Text File  |  2001-06-23  |  898 b   |  31 lines

  1. /*==================================================================
  2.     File:        FinalPrefix.h
  3.  
  4.     Contains:    Part of Macintosh graphical ZString tool.
  5.  
  6.     Written by:    Eric Traut
  7.  
  8.     Copyright:    2000-2001 Connectix Corporation
  9.     
  10.     This source has been placed into the public domain by
  11.     Connectix Corporation. You have the right to modify, 
  12.     distribute or use this code without any legal limitations
  13.     or finanicial/licensing requirements. Connectix is not 
  14.     liable for any problems that result from the use of this 
  15.     code.
  16.     
  17.     If you have comments, feedback, questions, or would like
  18.     to submit bug fixes or updates to this code, please email
  19.     opensource@connectix.com.
  20. ==================================================================*/
  21.  
  22.  
  23. // Bring in the project's precompiled header for the given target
  24.     
  25. #if __POWERPC__
  26.     #include "FinalPrefixHeadersPPC++"        
  27. #else
  28.     #include "FinalPrefixHeaders68K++"
  29. #endif
  30.  
  31.